pub struct Pretty<'a, 'd, T, A> where
A: 'a,
T: DocPtr<'a, A> + 'a, { /* fields omitted */ }
Formats the value using the given formatter. Read more
impl<'a, 'd, T, A> Send for Pretty<'a, 'd, T, A> where
A: Sync,
T: Sync,
<T as DocPtr<'a, A>>::ColumnFn: Sync,
impl<'a, 'd, T, A> Sync for Pretty<'a, 'd, T, A> where
A: Sync,
T: Sync,
<T as DocPtr<'a, A>>::ColumnFn: Sync,
impl<'a, 'd, T, A> Unpin for Pretty<'a, 'd, T, A> where
'a: 'd,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Converts the given value to a String
. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.